home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / util / crypt / idea.lha / lmkfile < prev    next >
Encoding:
Text File  |  1992-08-27  |  419 b   |  16 lines

  1. # This file will compile IDEA with the Lattice C compiler on any AMIGA
  2. # for faster code uncomment the fitting CFLAGS line
  3.  
  4. idea:    idea.o crypt.o
  5.     blink FROM LIB:c.o+idea.o+crypt.o TO idea LIB LIB:lc.lib LIB:amiga.lib
  6.  
  7. crypt.o:        crypt.h crypt.c
  8.         lc $(CFLAGS) crypt.c
  9.  
  10. idea.o:         idea.c crypt.h
  11.     lc $(CFLAGS) idea.c
  12.  
  13. CFLAGS = -O -mta -casu -h
  14. #CFLAGS = -O -mt2 -casu -hbcd
  15. #CFLAGS = -O -mt3 -casu -hbcd
  16.